home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / onceaday.zip / ONCEADAY.TXT < prev   
Text File  |  1994-11-19  |  2KB  |  68 lines

  1.                'Once A Day' - Copyright (c) 1994 - Ole Thrane
  2.  
  3. A simple utility that allows you to execute certain programs once a day only.
  4.  
  5. Problem
  6. -------
  7. There a programs that you might only want to execute the first time you
  8. start up Windows on a certain day. This could be backup utilities, todo lists
  9. or other things. Windows does not let you do this.
  10.  
  11. Solution
  12. --------
  13. Use Once A Day to specify that a program should only be run the first time
  14. you start up Windows on a given date.
  15.  
  16. Installation
  17. ------------
  18. Unpack and copy onceaday.exe to any directory you like. It might be an advantage
  19. to keep it in your path (in your Windows directory for example).
  20.  
  21. Use
  22. ---
  23. The syntax for Once A Day is:
  24.  
  25.       ONCEADAY id cmdline
  26.  
  27. id -      A one-word unique ID of the program you want executed. It may be up
  28.           to 40 characters long.
  29.  
  30. cmdline - The program you want executed including any parameters
  31.  
  32. A typical use for OnceADay would be to create a program item in the Startup
  33. group of Program Manager and prefix the Command Line with ONCEADAY id. This
  34. would result in the command line being executed the first time Windows is
  35. started every day.
  36.  
  37. Icons
  38. -----
  39. ONCEADAY.EXE does not contain any icons. After you've modified a program item,
  40. you must therefore manually change the icon back to the original (by specifying
  41. your executable in the Change Icon... box).
  42.  
  43. Examples
  44. --------
  45. Following are a few examples of Once A Day usage:
  46.  
  47. 1. Run Notepad once a day, displaying a todo list
  48.  
  49.       onceaday Todo notepad.exe todolist.txt
  50.  
  51. 2. Run Norton Backup to create a system files backup
  52.  
  53.       onceaday BackupSysFiles nbwin.exe sysfiles.set /A
  54.  
  55. 3. Display a 'tip of the day'
  56.  
  57.       onceaday Tip daytip.exe
  58.  
  59.  
  60. Et al.
  61. ------
  62. This program is provided free of charge and you can use it for anything 
  63. you like.
  64.  
  65. I do not take responsibility for things going wrong and so on....
  66.  
  67. Enjoy!
  68.